Name | Description | |
---|---|---|
![]() | lYQ | |
![]() | MYQ | |
![]() | nYQ | |
![]() | OYQ |
The following tables list the members exposed by NReflectionObjectsDataTable<TItem>.
Name | Description | |
---|---|---|
![]() | CanAddRow | Overridden. Determines whether the data table supports the AddRow operation |
![]() | CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation |
![]() | FieldCount | Overridden. Gets the count of columns in the data source |
Name | Description | |
---|---|---|
![]() | GetFieldIndex | Overridden. Gets the column index of the column with the specified name |
![]() | GetFieldInfo | Overloaded. Overridden. Gets the type of the column at the specified index |
![]() | GetValue | Overloaded. Overridden. Gets the value for a given [row:col] |
Name | Description | |
---|---|---|
![]() | InitTypeInfo | Called to build type information about the type of objects contained in the data table. This implementation uses reflection to determine the public properties of the objects of the specified type. |
![]() | InsertRowCore | Overloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true |
![]() | SetValueCore | Overridden. Sets the value for a given [row:col], if CanSetValue is true |